home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / FAX_SSTV / VESTER_M / TR.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-12-13  |  487 b   |  15 lines

  1. @echo off
  2. echo.
  3. echo Format for this program is:  TR  [Path\Filename]
  4. REM   TR.BAT transmits in SSTV any file handled by Alchemy. You just type
  5. REM   TR and a space and the Path\Filename\Suffix. Read TG.BAT for info.
  6. if "%1"=="" goto :DONE
  7. alchemy -t0 -24 -o -X640 -Y480 %1 a.tif
  8. REM   %1 represents the info typed one space separated from TR.
  9. gwbasic alchconv
  10. del a.tif
  11. gwbasic alchvt
  12. :DONE
  13. echo.
  14. echo You need to specify a Path and Filename (JPG,GIF,PCX,TGA,etc. files)
  15.